0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

sdate: fix function wrapper

This commit is contained in:
edef 2019-01-01 14:49:49 +00:00
parent 04ba895ecd
commit c5729a30f8

View file

@ -1,4 +1,4 @@
with import <nixpkgs> {};
{ stdenv, fetchurl, autoreconfHook }:
stdenv.mkDerivation rec {
name = "sdate-${version}";
version = "0.5";