parent
b85f2eb367
commit
0db25ddac5
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "An alternative Qt-based front-end for the database maintained by the MediathekView project";
|
description = "An alternative Qt-based front-end for the database maintained by the MediathekView project";
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue