Talk:Nixpkgs/Building RPM DEB with nixpkgs: Difference between revisions
Appearance
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
Talk pages are where people discuss how to make content on NixOS Wiki the best that it can be. You can use this page to start a discussion with others about how to improve Nixpkgs/Building RPM DEB with nixpkgs.