Merge branch 'kde5'

This commit is contained in:
Thomas Tuegel
2015-02-25 15:09:44 -06:00
5 changed files with 338 additions and 1 deletions

View File

@@ -15,6 +15,10 @@ in
buildInputs = [ udev ];
nativeBuildInputs = [ pkgconfig python3 ];
postPatch = ''
patchShebangs ./tools
'';
preConfigure = ''
configureFlags="$configureFlags --with-udevdir=$out/lib/udev"
'';