Add package versions to some of the packages or fix existing ones to conform to nixpkgs conventions.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version="0.8.7";
|
||||
name = "gsmartcontrol";
|
||||
name = "gsmartcontrol-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://artificialtime.com/gsmartcontrol/gsmartcontrol-${version}.tar.bz2";
|
||||
|
||||
Reference in New Issue
Block a user