mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
parent
584d6d2672
commit
8a3397d11e
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, python, perl, textual-window-manager }:
|
{ stdenv, fetchurl, python3, perl, textual-window-manager }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "5.127";
|
version = "5.127";
|
||||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
buildInputs = [ python perl ];
|
buildInputs = [ python3 perl ];
|
||||||
propagatedBuildInputs = [ textual-window-manager ];
|
propagatedBuildInputs = [ textual-window-manager ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user