treewide: explicitly specify gtk and related package versions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, smartmontools, gtk, gtkmm, libglademm, pkgconfig, pcre }:
|
||||
{ fetchurl, stdenv, smartmontools, gtkmm2, libglademm, pkgconfig, pcre }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version="0.8.7";
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1ipykzqpfvlr84j38hr7q2cag4imrn1gql10slp8bfrs4h1si3vh";
|
||||
};
|
||||
|
||||
buildInputs = [ smartmontools gtk gtkmm libglademm pkgconfig pcre ];
|
||||
buildInputs = [ smartmontools gtkmm2 libglademm pkgconfig pcre ];
|
||||
|
||||
#installTargets = "install datainstall";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user