mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
clifm: 1.14.6 -> 1.15
changelog: https://github.com/leo-arch/clifm/releases/tag/v1.15
This commit is contained in:
parent
02b72dc74a
commit
9b14bbe14d
@ -1,17 +1,17 @@
|
||||
{ stdenv, lib, fetchFromGitHub, libcap, acl, file, readline }:
|
||||
{ stdenv, lib, fetchFromGitHub, libcap, acl, file, readline, python3 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "clifm";
|
||||
version = "1.14.6";
|
||||
version = "1.15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "leo-arch";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-0EOG7BAZL3OPP2/qePNkljAa0/Qb3zwuJWz2P4l8GZc=";
|
||||
sha256 = "sha256-4Z2u1APNfJ9Ai95MMWb5FCUgCA2Hrbp+5eBJZD3tN+U=";
|
||||
};
|
||||
|
||||
buildInputs = [ libcap acl file readline ];
|
||||
buildInputs = [ libcap acl file readline python3];
|
||||
|
||||
makeFlags = [
|
||||
"DESTDIR=${placeholder "out"}"
|
||||
|
Loading…
Reference in New Issue
Block a user