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, cmake, rLang, zlib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "biolib";
|
||||
name = "biolib-${version}";
|
||||
|
||||
version = "0.0.1";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user