gede: replace build.patch with inline sed call
The patch file is much larger than the logical change made.
This commit is contained in:
@@ -10,7 +10,10 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ ctags qt4 python ];
|
||||
patches = [ ./build.patch ];
|
||||
|
||||
postPatch = ''
|
||||
sed -i build.py -e 's,qmake-qt4,qmake,'
|
||||
'';
|
||||
|
||||
unpackPhase = ''
|
||||
tar xf ${src}
|
||||
|
||||
Reference in New Issue
Block a user