Fix altermime build
svn path=/nixpkgs/trunk/; revision=33625
This commit is contained in:
@@ -26,7 +26,7 @@ rec {
|
||||
inherit (sourceInfo) name version;
|
||||
inherit buildInputs;
|
||||
|
||||
patches = [./altermime.patch];
|
||||
patches = map a.fetchurl (import ./debian-patches.nix);
|
||||
|
||||
phaseNames = ["doPatch" "fixTarget" "doMakeInstall"];
|
||||
fixTarget = a.fullDepEntry (''
|
||||
|
||||
Reference in New Issue
Block a user