summary refs log tree commit diff
path: root/pkgs/development/libraries/elementary-cmake-modules/default.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-07-18 16:26:13 -0400
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-18 22:26:13 +0200
commit3ea1e5079a45e92651f64b555a106c1ad2a8f622 (patch)
tree9508b04a262f244ea173b199df13f3c3f3f74146 /pkgs/development/libraries/elementary-cmake-modules/default.nix
parent471c14b9d1fc5b44ae786e6cd6ba473a1d46de8d (diff)
downloadnixpkgs-3ea1e5079a45e92651f64b555a106c1ad2a8f622.tar
nixpkgs-3ea1e5079a45e92651f64b555a106c1ad2a8f622.tar.gz
nixpkgs-3ea1e5079a45e92651f64b555a106c1ad2a8f622.tar.bz2
nixpkgs-3ea1e5079a45e92651f64b555a106c1ad2a8f622.tar.lz
nixpkgs-3ea1e5079a45e92651f64b555a106c1ad2a8f622.tar.xz
nixpkgs-3ea1e5079a45e92651f64b555a106c1ad2a8f622.tar.zst
nixpkgs-3ea1e5079a45e92651f64b555a106c1ad2a8f622.zip
elementary-cmake-modules: add version (#43732)
Diffstat (limited to 'pkgs/development/libraries/elementary-cmake-modules/default.nix')
-rw-r--r--pkgs/development/libraries/elementary-cmake-modules/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/elementary-cmake-modules/default.nix b/pkgs/development/libraries/elementary-cmake-modules/default.nix
index 5287db75609..710338842f8 100644
--- a/pkgs/development/libraries/elementary-cmake-modules/default.nix
+++ b/pkgs/development/libraries/elementary-cmake-modules/default.nix
@@ -1,7 +1,8 @@
 { stdenv, lib, fetchFromGitHub, cmake, pkgconfig }:
 
-stdenv.mkDerivation {
-  name = "elementary-cmake-modules";
+stdenv.mkDerivation rec {
+  name = "elementary-cmake-modules-${version}";
+  version = "0.1.0";
 
   src = fetchFromGitHub {
     owner = "elementary";