Revert "remove references to stdenv and replace with lib"
This reverts commit 0dd9ecdafe
.
This commit is contained in:
parent
0dd9ecdafe
commit
d62566250f
6 changed files with 13 additions and 16 deletions
|
@ -1,6 +1,5 @@
|
|||
{ lib, fetchzip, unzip }:
|
||||
with lib;
|
||||
mkDerivation rec {
|
||||
{ stdenv, fetchzip, unzip }:
|
||||
stdenv.mkDerivation rec {
|
||||
src = ./tubslatex_1.3.2.tds.zip;
|
||||
sourceRoot = ".";
|
||||
nativeBuildInputs = [ unzip ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue