Add package versions to some of the packages or fix existing ones to conform to nixpkgs conventions.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libyaml";
|
||||
name = "libyaml-0.1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://pyyaml.org/download/libyaml/yaml-0.1.3.tar.gz;
|
||||
|
||||
Reference in New Issue
Block a user