Jump to content

Talk:Nixpkgs/Building RPM DEB with nixpkgs: Difference between revisions

From NixOS Wiki
imported>Nixinator
Created page with "nix-build ./deb.nix error: undefined variable 'lib' at nixpkgs/pkgs/build-support/release/debian-build.nix:60:23: 59| --fstrans=${if fsTranslatio..."
 
(No difference)

Latest revision as of 23:45, 17 August 2021

nix-build ./deb.nix

error: undefined variable 'lib'

      at nixpkgs/pkgs/build-support/release/debian-build.nix:60:23:
          59|         --fstrans=${if fsTranslation then "yes" else "no"} \
          60|         --requires="${lib.concatStringsSep "," debRequires}" \
            |                       ^
          61|         --provides="${lib.concatStringsSep "," debProvides}" \

Start a discussion about Nixpkgs/Building RPM DEB with nixpkgs

Start a discussion