Update default.nix
This commit is contained in:
parent
7e902f5399
commit
06db15a6cd
|
@ -21,10 +21,6 @@ stdenv.mkDerivation rec {
|
||||||
sed -i 's|+=|=|g' docs/reference/Makefile.am
|
sed -i 's|+=|=|g' docs/reference/Makefile.am
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
# sed -i 's|gobject-2.0 >= 2.32.0 gio-2.0 >= 2.32.0 gio-unix-2.0 >= 2.32.0)|gobject-2.0 >= 2.32.0, gio-2.0 >= 2.32.0, gio-unix-2.0 >= 2.32.0)|g' configure
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Mock hardware devices for creating unit tests";
|
description = "Mock hardware devices for creating unit tests";
|
||||||
license = licenses.lgpl2;
|
license = licenses.lgpl2;
|
||||||
|
|
Loading…
Reference in New Issue